Invoke the correct xmlstarlet executable on Debian systems.
authorRob Browning <rlb@defaultvalue.org>
Tue, 5 Apr 2011 03:46:30 +0000 (22:46 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 7 Apr 2013 20:03:40 +0000 (15:03 -0500)
Emacs now invokes the correct xmlstarlet executable on Debian systems.

Emacs invokes xmlstarlet rather than xml, which is the correct
executable name on Debian systems.

Provided-by: Jussi Judin <jjudin+debian@iki.fi>
Date: Sat, 20 Oct 2007 14:42:02 UTC
Added-by: Rob Browning <rlb@defaultvalue.org>
Status: Debian specific
Bug: 447378

lisp/progmodes/flymake.el

index 7ca0ececa7873de415e3e176cd5e5c8f30c987d5..c7d697a9b76ba9e5f2c7f5be5e07535e121ba1de 100644 (file)
@@ -1829,7 +1829,7 @@ Use CREATE-TEMP-F for creating temp copy."
 
 ;;;; xml-specific init-cleanup routines
 (defun flymake-xml-init ()
-  (list "xml" (list "val" (flymake-init-create-temp-buffer-copy 'flymake-create-temp-inplace))))
+  (list "xmlstarlet" (list "val" (flymake-init-create-temp-buffer-copy 'flymake-create-temp-inplace))))
 
 (provide 'flymake)